type internal/cpu.option
13 uses
internal/cpu (current package)
cpu.go#L133: var options []option
cpu.go#L136: type option struct {
cpu_x86.go#L51: options = []option{
cpu_x86.go#L64: option{Name: "popcnt", Feature: &X86.HasPOPCNT},
cpu_x86.go#L65: option{Name: "sse3", Feature: &X86.HasSSE3},
cpu_x86.go#L66: option{Name: "sse41", Feature: &X86.HasSSE41},
cpu_x86.go#L67: option{Name: "sse42", Feature: &X86.HasSSE42},
cpu_x86.go#L68: option{Name: "ssse3", Feature: &X86.HasSSSE3})
cpu_x86.go#L74: option{Name: "avx", Feature: &X86.HasAVX},
cpu_x86.go#L75: option{Name: "avx2", Feature: &X86.HasAVX2},
cpu_x86.go#L76: option{Name: "bmi1", Feature: &X86.HasBMI1},
cpu_x86.go#L77: option{Name: "bmi2", Feature: &X86.HasBMI2},
cpu_x86.go#L78: option{Name: "fma", Feature: &X86.HasFMA})
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |